Other Functions

The following functions are available globally.

  • Compares two BagKeys.

    Declaration

    Swift

    public func == (lhs: BagKey, rhs: BagKey) -> Bool
  • Dispatches dispose to all disposables contained inside bag.

    Declaration

    Swift

    public func disposeAllIn(bag: Bag<Disposable>)